home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 21 / macformat_21.iso / Shareware / Comunicación / MacWebCam 2.1 / SampleScripts / Background scripts < prev    next >
Encoding:
Text File  |  1996-08-02  |  442 b   |  13 lines  |  [TEXT/ToyS]

  1. tell application "MacWebCam"
  2.     get file of background of active document
  3.     get video offset of background of active document
  4.     get active of background of active document
  5.     get transfer mode of background of active document
  6. end tell
  7.  
  8. tell application "MacWebCam"
  9.     --set video offset of background of document 1 to {5, 50}
  10.     --set active of background of document 1 to false
  11.     --set transfer mode of background of document 1 to transparent
  12. end tell
  13.